home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2001 #3 / CD 3 (Black) - 2001.iso / Sea Battle / SETUP.INF / SETUP.txt
Encoding:
Text File  |  1999-02-25  |  25.9 KB  |  1,110 lines

  1. object ParamsForm: TParamsForm
  2.   Left = 133
  3.   Top = 56
  4.   ActiveControl = SaveBtn
  5.   BorderStyle = bsDialog
  6.   Caption = 'Setup.inf'
  7.   ClientHeight = 458
  8.   ClientWidth = 527
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -14
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   ShowHint = True
  15.   PixelsPerInch = 120
  16.   TextHeight = 16
  17.   object PageControl: TPageControl
  18.     Left = 0
  19.     Top = 0
  20.     Width = 527
  21.     Height = 415
  22.     ActivePage = LicenseDialog
  23.     Align = alTop
  24.     TabOrder = 0
  25.     object MainWindow: TTabSheet
  26.       Caption = 'General'
  27.       object Label1: TLabel
  28.         Left = 12
  29.         Top = 219
  30.         Width = 185
  31.         Height = 16
  32.         Alignment = taRightJustify
  33.         AutoSize = False
  34.         Caption = 'Left-top text:'
  35.       end
  36.       object Label5: TLabel
  37.         Left = 12
  38.         Top = 20
  39.         Width = 185
  40.         Height = 16
  41.         Alignment = taRightJustify
  42.         AutoSize = False
  43.         Caption = 'Product Name:'
  44.       end
  45.       object Label6: TLabel
  46.         Left = 12
  47.         Top = 79
  48.         Width = 185
  49.         Height = 16
  50.         Alignment = taRightJustify
  51.         AutoSize = False
  52.         Caption = 'Version:'
  53.       end
  54.       object Label7: TLabel
  55.         Left = 12
  56.         Top = 108
  57.         Width = 185
  58.         Height = 16
  59.         Alignment = taRightJustify
  60.         AutoSize = False
  61.         Caption = 'Firm Name:'
  62.       end
  63.       object Label3: TLabel
  64.         Left = 12
  65.         Top = 143
  66.         Width = 185
  67.         Height = 16
  68.         Alignment = taRightJustify
  69.         AutoSize = False
  70.         Caption = 'Top Color:'
  71.       end
  72.       object Label4: TLabel
  73.         Left = 12
  74.         Top = 178
  75.         Width = 185
  76.         Height = 16
  77.         Alignment = taRightJustify
  78.         AutoSize = False
  79.         Caption = 'Bottom Color:'
  80.       end
  81.       object PaintBox: TPaintBox
  82.         Left = 394
  83.         Top = 138
  84.         Width = 100
  85.         Height = 65
  86.         OnPaint = PaintBoxPaint
  87.       end
  88.       object Label12: TLabel
  89.         Left = 128
  90.         Top = 261
  91.         Width = 67
  92.         Height = 16
  93.         Caption = 'Before Run'
  94.       end
  95.       object Label13: TLabel
  96.         Left = 140
  97.         Top = 295
  98.         Width = 54
  99.         Height = 16
  100.         Caption = 'After Run'
  101.       end
  102.       object Label24: TLabel
  103.         Left = 12
  104.         Top = 49
  105.         Width = 185
  106.         Height = 16
  107.         Alignment = taRightJustify
  108.         AutoSize = False
  109.         Caption = 'Internal Name:'
  110.       end
  111.       object SetupText: TEdit
  112.         Left = 222
  113.         Top = 214
  114.         Width = 272
  115.         Height = 24
  116.         TabOrder = 6
  117.         Text = 'Sea Battle 2.0 Setup'
  118.       end
  119.       object ProductName: TEdit
  120.         Left = 222
  121.         Top = 15
  122.         Width = 272
  123.         Height = 24
  124.         TabOrder = 0
  125.         Text = 'Sea Battle'
  126.       end
  127.       object ProductVersion: TEdit
  128.         Left = 222
  129.         Top = 74
  130.         Width = 272
  131.         Height = 24
  132.         TabOrder = 2
  133.         Text = '2.0'
  134.       end
  135.       object FirmName: TEdit
  136.         Left = 222
  137.         Top = 103
  138.         Width = 272
  139.         Height = 24
  140.         TabOrder = 3
  141.         Text = 'Media Art'
  142.       end
  143.       object TopColor: TBitBtn
  144.         Left = 222
  145.         Top = 138
  146.         Width = 163
  147.         Height = 31
  148.         Hint = '16711680'
  149.         Caption = 'TopColor'
  150.         Font.Charset = DEFAULT_CHARSET
  151.         Font.Color = clBlue
  152.         Font.Height = -15
  153.         Font.Name = 'MS Sans Serif'
  154.         Font.Style = []
  155.         ParentFont = False
  156.         ParentShowHint = False
  157.         ShowHint = False
  158.         TabOrder = 4
  159.         OnClick = ColorBtnClick
  160.       end
  161.       object BottomColor: TBitBtn
  162.         Left = 222
  163.         Top = 172
  164.         Width = 163
  165.         Height = 31
  166.         Hint = '0'
  167.         Caption = 'BottomColor'
  168.         Font.Charset = DEFAULT_CHARSET
  169.         Font.Color = clBlack
  170.         Font.Height = -15
  171.         Font.Name = 'MS Sans Serif'
  172.         Font.Style = []
  173.         ParentFont = False
  174.         ParentShowHint = False
  175.         ShowHint = False
  176.         TabOrder = 5
  177.         OnClick = ColorBtnClick
  178.       end
  179.       object BeforeRun: TEdit
  180.         Left = 222
  181.         Top = 256
  182.         Width = 272
  183.         Height = 24
  184.         TabOrder = 7
  185.       end
  186.       object AfterRun: TEdit
  187.         Left = 222
  188.         Top = 290
  189.         Width = 270
  190.         Height = 24
  191.         TabOrder = 8
  192.       end
  193.       object InternalName: TEdit
  194.         Left = 222
  195.         Top = 44
  196.         Width = 272
  197.         Height = 24
  198.         TabOrder = 1
  199.         Text = 'SeaBattle'
  200.       end
  201.       object AutoUninstall: TCheckBox
  202.         Left = 222
  203.         Top = 325
  204.         Width = 272
  205.         Height = 21
  206.         Caption = 'Auto Uninstall in '#39'Add/Remove program'#39
  207.         State = cbChecked
  208.         TabOrder = 9
  209.       end
  210.     end
  211.     object TextInfo: TTabSheet
  212.       Caption = 'Texts'
  213.       object Label18: TLabel
  214.         Left = 89
  215.         Top = 5
  216.         Width = 109
  217.         Height = 16
  218.         Caption = 'Windows captions'
  219.       end
  220.       object Label2: TLabel
  221.         Left = 5
  222.         Top = 5
  223.         Width = 44
  224.         Height = 16
  225.         Caption = 'Buttons'
  226.       end
  227.       object Label11: TLabel
  228.         Left = 5
  229.         Top = 300
  230.         Width = 86
  231.         Height = 16
  232.         Caption = 'Uninstall string'
  233.       end
  234.       object Label17: TLabel
  235.         Left = 315
  236.         Top = 5
  237.         Width = 36
  238.         Height = 16
  239.         Caption = 'Errors'
  240.       end
  241.       object Label19: TLabel
  242.         Left = 207
  243.         Top = 300
  244.         Width = 98
  245.         Height = 16
  246.         Caption = 'Uninstall caption'
  247.       end
  248.       object NamePrev: TEdit
  249.         Left = 5
  250.         Top = 25
  251.         Width = 65
  252.         Height = 24
  253.         TabOrder = 0
  254.         Text = '< Back'
  255.       end
  256.       object NameNext: TEdit
  257.         Left = 5
  258.         Top = 54
  259.         Width = 65
  260.         Height = 24
  261.         TabOrder = 1
  262.         Text = 'Next >'
  263.       end
  264.       object NameCancel: TEdit
  265.         Left = 5
  266.         Top = 84
  267.         Width = 65
  268.         Height = 24
  269.         TabOrder = 2
  270.         Text = 'Cancel'
  271.       end
  272.       object NameYes: TEdit
  273.         Left = 5
  274.         Top = 113
  275.         Width = 65
  276.         Height = 24
  277.         TabOrder = 3
  278.         Text = 'Yes'
  279.       end
  280.       object NameNo: TEdit
  281.         Left = 5
  282.         Top = 143
  283.         Width = 65
  284.         Height = 24
  285.         TabOrder = 4
  286.         Text = 'No'
  287.       end
  288.       object NameBrowse: TEdit
  289.         Left = 5
  290.         Top = 172
  291.         Width = 65
  292.         Height = 24
  293.         TabOrder = 5
  294.         Text = 'Browse...'
  295.       end
  296.       object NameFinish: TEdit
  297.         Left = 5
  298.         Top = 202
  299.         Width = 65
  300.         Height = 24
  301.         TabOrder = 6
  302.         Text = 'Finish'
  303.       end
  304.       object LicenseCaption: TEdit
  305.         Left = 89
  306.         Top = 54
  307.         Width = 209
  308.         Height = 24
  309.         TabOrder = 9
  310.         Text = 'Software License Agreement'
  311.       end
  312.       object UserCaption: TEdit
  313.         Left = 89
  314.         Top = 84
  315.         Width = 209
  316.         Height = 24
  317.         TabOrder = 10
  318.         Text = 'User Information'
  319.       end
  320.       object DirectoryCaption: TEdit
  321.         Left = 89
  322.         Top = 113
  323.         Width = 209
  324.         Height = 24
  325.         TabOrder = 11
  326.         Text = 'Choose Destination Location'
  327.       end
  328.       object CopyingCaption: TEdit
  329.         Left = 89
  330.         Top = 172
  331.         Width = 209
  332.         Height = 24
  333.         TabOrder = 13
  334.         Text = 'Copying...'
  335.       end
  336.       object FinishCaption: TEdit
  337.         Left = 89
  338.         Top = 202
  339.         Width = 209
  340.         Height = 24
  341.         TabOrder = 14
  342.         Text = 'Setup Complete'
  343.       end
  344.       object GroupCaption: TEdit
  345.         Left = 89
  346.         Top = 143
  347.         Width = 209
  348.         Height = 24
  349.         TabOrder = 12
  350.         Text = 'Select program folder'
  351.       end
  352.       object Memo10: TMemo
  353.         Left = 4
  354.         Top = 320
  355.         Width = 508
  356.         Height = 27
  357.         Lines.Strings = (
  358.           'Do you want to uninstall Sea Battle 2.0 ?')
  359.         TabOrder = 27
  360.         WordWrap = False
  361.       end
  362.       object ErrorFile: TEdit
  363.         Left = 309
  364.         Top = 25
  365.         Width = 203
  366.         Height = 24
  367.         TabOrder = 17
  368.         Text = 'File Copy Error: %s'
  369.       end
  370.       object ErrorShortcut: TEdit
  371.         Left = 309
  372.         Top = 54
  373.         Width = 203
  374.         Height = 24
  375.         TabOrder = 18
  376.         Text = 'Shortcut creating error: %s'
  377.       end
  378.       object ErrorMissing: TEdit
  379.         Left = 309
  380.         Top = 84
  381.         Width = 203
  382.         Height = 24
  383.         TabOrder = 19
  384.         Text = 'Source file missing: %s'
  385.       end
  386.       object ErrorAbortQuestion: TEdit
  387.         Left = 309
  388.         Top = 113
  389.         Width = 203
  390.         Height = 24
  391.         TabOrder = 20
  392.         Text = 'Abort Setup ?'
  393.       end
  394.       object ErrorNotCompleted: TEdit
  395.         Left = 309
  396.         Top = 143
  397.         Width = 203
  398.         Height = 24
  399.         TabOrder = 21
  400.         Text = 'Setup not completed'
  401.       end
  402.       object ErrorAborted: TEdit
  403.         Left = 309
  404.         Top = 172
  405.         Width = 203
  406.         Height = 24
  407.         TabOrder = 22
  408.         Text = 'Setup aborted'
  409.       end
  410.       object ErrorDiskSpace: TEdit
  411.         Left = 309
  412.         Top = 202
  413.         Width = 203
  414.         Height = 24
  415.         TabOrder = 23
  416.         Text = 'Disk space required: %d kb. Please choose another disk'
  417.       end
  418.       object NameRegister: TEdit
  419.         Left = 5
  420.         Top = 231
  421.         Width = 65
  422.         Height = 24
  423.         TabOrder = 7
  424.         Text = 'Register'
  425.       end
  426.       object URL: TEdit
  427.         Left = 89
  428.         Top = 231
  429.         Width = 209
  430.         Height = 24
  431.         Hint = 'Clear this field if you don'#39't want to register'
  432.         TabOrder = 15
  433.       end
  434.       object ErrorInternetBrowser: TEdit
  435.         Left = 309
  436.         Top = 231
  437.         Width = 203
  438.         Height = 24
  439.         TabOrder = 24
  440.         Text = 'Error opening Internet browser'
  441.       end
  442.       object ErrorKeyword: TEdit
  443.         Left = 309
  444.         Top = 261
  445.         Width = 203
  446.         Height = 24
  447.         TabOrder = 25
  448.         Text = 'Wrong keyword'
  449.       end
  450.       object CaptionUninstall: TEdit
  451.         Left = 309
  452.         Top = 290
  453.         Width = 203
  454.         Height = 24
  455.         TabOrder = 26
  456.         Text = 'Uninstall'
  457.       end
  458.       object WelcomeCaption: TEdit
  459.         Left = 89
  460.         Top = 25
  461.         Width = 209
  462.         Height = 24
  463.         TabOrder = 8
  464.         Text = 'Welcome!'
  465.       end
  466.       object CustomCaption: TEdit
  467.         Left = 89
  468.         Top = 261
  469.         Width = 209
  470.         Height = 24
  471.         TabOrder = 16
  472.         Text = 'Custom setup'
  473.       end
  474.     end
  475.     object Files: TTabSheet
  476.       Caption = 'Files and icons'
  477.       object Label8: TLabel
  478.         Left = 5
  479.         Top = 10
  480.         Width = 91
  481.         Height = 16
  482.         Caption = 'File list to copy:'
  483.       end
  484.       object Label9: TLabel
  485.         Left = 5
  486.         Top = 192
  487.         Width = 80
  488.         Height = 16
  489.         Caption = 'Group Name:'
  490.       end
  491.       object Label10: TLabel
  492.         Left = 5
  493.         Top = 218
  494.         Width = 54
  495.         Height = 16
  496.         Caption = 'Icons list:'
  497.       end
  498.       object GroupName: TEdit
  499.         Left = 158
  500.         Top = 187
  501.         Width = 355
  502.         Height = 24
  503.         TabOrder = 1
  504.         Text = 'Media Art\Sea Battle'
  505.       end
  506.       object ListFiles: TMemo
  507.         Left = 5
  508.         Top = 30
  509.         Width = 503
  510.         Height = 144
  511.         Lines.Strings = (
  512.           'readme.txt=%HDPATH%'
  513.           'sea.ssm=%HDPATH%\sea.exe')
  514.         TabOrder = 0
  515.         WordWrap = False
  516.       end
  517.       object ListIcons: TMemo
  518.         Left = 5
  519.         Top = 241
  520.         Width = 508
  521.         Height = 100
  522.         Lines.Strings = (
  523.           'Sea Battle 2.0 =%HDPATH%\Sea.exe'
  524.           'Sea Battle 2.0 Readme=%HDPATH%\Readme.txt'
  525.           'Sea Battle 2.0 Uninstall=%WINDOWS%\maUninst,,%InternalName%')
  526.         TabOrder = 2
  527.         WordWrap = False
  528.       end
  529.     end
  530.     object Registry: TTabSheet
  531.       Caption = 'Registry'
  532.       object Label20: TLabel
  533.         Left = 2
  534.         Top = 1
  535.         Width = 418
  536.         Height = 16
  537.         Caption = '[HKEY_CURRENT_USER\Software\%FirmName%\%InternalName%]'
  538.       end
  539.       object Label21: TLabel
  540.         Left = 2
  541.         Top = 20
  542.         Width = 133
  543.         Height = 16
  544.         Caption = '"Version"=%Version%'
  545.       end
  546.       object Label22: TLabel
  547.         Left = 2
  548.         Top = 39
  549.         Width = 143
  550.         Height = 16
  551.         Caption = '"CDPath"=%CDPATH%'
  552.       end
  553.       object Label23: TLabel
  554.         Left = 2
  555.         Top = 59
  556.         Width = 145
  557.         Height = 16
  558.         Caption = '"HDPath"=%HDPATH%'
  559.       end
  560.       object RegList: TMemo
  561.         Left = 1
  562.         Top = 79
  563.         Width = 513
  564.         Height = 267
  565.         Lines.Strings = (
  566.           '[HKEY_CURRENT_USER\Software\Media Art\SeaBattle\Main]'
  567.           '"Version"="2.0 Demo"'
  568.           '"HDPath"="%HDPATH%"'
  569.           '"CDPath"="%CDPATH%"'
  570.           '"WinLimit"="3"'
  571.           '"FieldSize"="10"'
  572.           '"Sound"="On"'
  573.           '"Sound Volume"="0"'
  574.           '"Effects"="On"'
  575.           '"Effects Volume"="0"'
  576.           ''
  577.           '[HKEY_CURRENT_USER\Software\Media Art\SeaBattle\Ships]'
  578.           '"Moving"="Yes"'
  579.           '"Submarine"="Yes"'
  580.           '"1"="1,10,5,0,0,0"'
  581.           '"2"="1,10,5,5,0,0"'
  582.           '"3"="1,10,5,5,3,0"'
  583.           '"4"="1,10,5,5,3,2"')
  584.         ScrollBars = ssVertical
  585.         TabOrder = 0
  586.         WordWrap = False
  587.       end
  588.       object Import: TButton
  589.         Left = 414
  590.         Top = 42
  591.         Width = 99
  592.         Height = 31
  593.         Caption = 'Import *.reg'
  594.         TabOrder = 1
  595.         OnClick = ImportClick
  596.       end
  597.     end
  598.     object WelcomeDialog: TTabSheet
  599.       Caption = 'Welcome'
  600.       object Image1: TImage
  601.         Left = 10
  602.         Top = 5
  603.         Width = 148
  604.         Height = 320
  605.       end
  606.       object Memo1: TMemo
  607.         Left = 172
  608.         Top = 5
  609.         Width = 341
  610.         Height = 320
  611.         Color = clBtnFace
  612.         Lines.Strings = (
  613.           'Welcome to the %ProductName% Setup program. This '
  614.           'program will install %ProductName% on your computer.'
  615.           ''
  616.           'It is strongly recommended that you close all Windows '
  617.           'programs before running this Setup program.'
  618.           ''
  619.           'Click Cancel to quit Setup and then close all programs '
  620.           'you have running. Click Next to continue with Setup '
  621.           'program.'
  622.           ''
  623.           'WARNING: This program is protected by copyright law '
  624.           'and international treaties.'
  625.           ''
  626.           'Unauthorized reproduction or distribution of this program, '
  627.           ' or any portion of it, may result in severe civil and '
  628.           'criminal penalties, and will be procecuted to the '
  629.           'maximum extent possible under law.')
  630.         TabOrder = 0
  631.       end
  632.     end
  633.     object LicenseDialog: TTabSheet
  634.       Caption = 'License'
  635.       object Image2: TImage
  636.         Left = 15
  637.         Top = 10
  638.         Width = 39
  639.         Height = 39
  640.         AutoSize = True
  641.       end
  642.       object Memo2: TMemo
  643.         Left = 74
  644.         Top = 10
  645.         Width = 429
  646.         Height = 40
  647.         Color = clBtnFace
  648.         Lines.Strings = (
  649.           'Please read the following Licence Agreement. Press the PageDown '
  650.           'key to see the rest of the agreement.')
  651.         TabOrder = 0
  652.       end
  653.       object Memo4: TMemo
  654.         Left = 15
  655.         Top = 290
  656.         Width = 488
  657.         Height = 51
  658.         Color = clBtnFace
  659.         Lines.Strings = (
  660.           
  661.             'Do you accept all the terms of the preceding License Agreement? ' +
  662.             'If you choose '
  663.           
  664.             'No, Setup will Close. To install %ProductName%, you must accept ' +
  665.             'this '
  666.           'agreement.')
  667.         TabOrder = 2
  668.       end
  669.       object License: TMemo
  670.         Left = 15
  671.         Top = 54
  672.         Width = 488
  673.         Height = 233
  674.         Lines.Strings = (
  675.           ' Welcome to Sea Battle 2.0 !'
  676.           ' As with most software, Sea Battle includes a Warranty'
  677.           ' THIS SOFTWARE AND THE ACCOMPANYING FILES'
  678.           ' ARE DISTRIBUTED "AS-IS".'
  679.           ''
  680.           ' Below you can get familiar with License Agreement and'
  681.           ' agree with it'#39's conditions by clicking "Yes" button,'
  682.           ' or refuse by clicking "No" button.'
  683.           ''
  684.           ' Note it is DEMO version. Some functions will be locked.'
  685.           ' Regarding full version of this software please contact owner'
  686.           ' via e-mail: info@mdart.com'
  687.           ''
  688.           ''
  689.           ' Copyright/License/Warranty'
  690.           ''
  691.           ' Copyright'
  692.           ' Sea Battle 2.0 Copyright (c) 1998-99 by Media Art.'
  693.           ' All rights reserved.'
  694.           ''
  695.           ' License Agreement'
  696.           ' You should carefully read the following terms and'
  697.           ' conditions before using this software.  Unless you have'
  698.           ' a different license agreement signed by Media Art Ltd.,'
  699.           ' your use of this software indicates your acceptance'
  700.           ' of this license agreement and warranty.'
  701.           ''
  702.           ' All rights not expressly granted in this license agreement'
  703.           ' are reserved entirely to Media Art Ltd.'
  704.           ''
  705.           ' Governing Law'
  706.           ' This agreement shall be governed by the international laws.'
  707.           ''
  708.           ' Disclaimer of Warranty'
  709.           ' THIS SOFTWARE AND THE ACCOMPANYING FILES ARE SOLD "AS IS"'
  710.           ' AND WITHOUT WARRANTIES AS TO PERFORMANCE OR '
  711.           'MERCHANTABILITY'
  712.           ' OR ANY OTHER WARRANTIES WHETHER EXPRESSED OR IMPLIED.'
  713.           ' Because of the various hardware and software environments'
  714.           ' into which Sea Battle may be put, NO WARRANTY OF FITNESS'
  715.           ' FOR A PARTICULAR PURPOSE IS OFFERED.')
  716.         ScrollBars = ssVertical
  717.         TabOrder = 1
  718.       end
  719.     end
  720.     object UserDialog: TTabSheet
  721.       Caption = 'User information'
  722.       object Image3: TImage
  723.         Left = 10
  724.         Top = 5
  725.         Width = 148
  726.         Height = 320
  727.         AutoSize = True
  728.       end
  729.       object Memo5: TMemo
  730.         Left = 172
  731.         Top = 5
  732.         Width = 331
  733.         Height = 75
  734.         Color = clBtnFace
  735.         Lines.Strings = (
  736.           'Please type your name (required) and name of the '
  737.           'company you work for (optional).')
  738.         TabOrder = 0
  739.       end
  740.       object UserNameLabel: TEdit
  741.         Left = 172
  742.         Top = 108
  743.         Width = 149
  744.         Height = 24
  745.         Color = clBtnFace
  746.         TabOrder = 1
  747.         Text = 'Your name:'
  748.       end
  749.       object SerialNumberLabel: TEdit
  750.         Left = 172
  751.         Top = 187
  752.         Width = 149
  753.         Height = 24
  754.         Color = clBtnFace
  755.         TabOrder = 2
  756.         Text = 'Keyword:'
  757.       end
  758.       object Memo6: TMemo
  759.         Left = 172
  760.         Top = 231
  761.         Width = 331
  762.         Height = 95
  763.         Color = clBtnFace
  764.         Lines.Strings = (
  765.           ' ')
  766.         TabOrder = 6
  767.       end
  768.       object OrganizationLabel: TEdit
  769.         Left = 172
  770.         Top = 148
  771.         Width = 149
  772.         Height = 24
  773.         Color = clBtnFace
  774.         TabOrder = 3
  775.         Text = 'Organization:'
  776.       end
  777.       object KeywordNeeded: TCheckBox
  778.         Left = 325
  779.         Top = 197
  780.         Width = 149
  781.         Height = 21
  782.         Caption = 'Required'
  783.         TabOrder = 5
  784.         OnClick = KeywordNeededClick
  785.       end
  786.       object Protection: TMemo
  787.         Left = 325
  788.         Top = 84
  789.         Width = 178
  790.         Height = 109
  791.         Hint = '#Page,#Line,#Word,Keyword'
  792.         TabOrder = 4
  793.       end
  794.       object SetupDat: TCheckBox
  795.         Left = 172
  796.         Top = 330
  797.         Width = 120
  798.         Height = 21
  799.         Caption = 'SetupDat'
  800.         TabOrder = 7
  801.       end
  802.     end
  803.     object CustomDialog: TTabSheet
  804.       Caption = 'Custom'
  805.       object Image8: TImage
  806.         Left = 10
  807.         Top = 5
  808.         Width = 148
  809.         Height = 320
  810.         AutoSize = True
  811.       end
  812.       object Label14: TLabel
  813.         Left = 178
  814.         Top = 220
  815.         Width = 223
  816.         Height = 16
  817.         Caption = 'Radio Buttons (if flag text is not empty)'
  818.       end
  819.       object CustomMemo: TMemo
  820.         Left = 172
  821.         Top = 5
  822.         Width = 341
  823.         Height = 75
  824.         Color = clBtnFace
  825.         Lines.Strings = (
  826.           'Please select components you wish to install')
  827.         TabOrder = 0
  828.       end
  829.       object FlagText1: TEdit
  830.         Left = 177
  831.         Top = 240
  832.         Width = 248
  833.         Height = 24
  834.         TabOrder = 1
  835.         Text = 'FlagText1'
  836.       end
  837.       object FlagText2: TEdit
  838.         Left = 177
  839.         Top = 270
  840.         Width = 248
  841.         Height = 24
  842.         TabOrder = 2
  843.         Text = 'FlagText2'
  844.       end
  845.       object FlagText3: TEdit
  846.         Left = 177
  847.         Top = 299
  848.         Width = 248
  849.         Height = 24
  850.         TabOrder = 3
  851.         Text = 'FlagText3'
  852.       end
  853.       object Flag1: TEdit
  854.         Left = 430
  855.         Top = 240
  856.         Width = 82
  857.         Height = 24
  858.         TabOrder = 4
  859.         Text = 'Flag1'
  860.       end
  861.       object Flag2: TEdit
  862.         Left = 430
  863.         Top = 270
  864.         Width = 82
  865.         Height = 24
  866.         TabOrder = 5
  867.         Text = 'Flag2'
  868.       end
  869.       object Flag3: TEdit
  870.         Left = 430
  871.         Top = 299
  872.         Width = 82
  873.         Height = 24
  874.         TabOrder = 6
  875.         Text = 'Flag3'
  876.       end
  877.     end
  878.     object ChooseDir: TTabSheet
  879.       Caption = 'Destination'
  880.       object Image4: TImage
  881.         Left = 10
  882.         Top = 5
  883.         Width = 148
  884.         Height = 320
  885.         AutoSize = True
  886.       end
  887.       object Bevel2: TBevel
  888.         Left = 172
  889.         Top = 236
  890.         Width = 336
  891.         Height = 88
  892.       end
  893.       object Memo7: TMemo
  894.         Left = 172
  895.         Top = 5
  896.         Width = 331
  897.         Height = 198
  898.         Color = clBtnFace
  899.         Lines.Strings = (
  900.           'Setup will install %ProductName% in the following '
  901.           'directory.'
  902.           ''
  903.           'To install to this directory, click Next.'
  904.           ''
  905.           'To install to a different directory, click Browse and '
  906.           'select another directory.'
  907.           ''
  908.           'You can choose not to install %ProductName%, by '
  909.           'clicking Cancel to exit Setup.')
  910.         TabOrder = 0
  911.       end
  912.       object InstallDirLabel: TEdit
  913.         Left = 187
  914.         Top = 226
  915.         Width = 164
  916.         Height = 24
  917.         Color = clBtnFace
  918.         TabOrder = 1
  919.         Text = 'Destination Directory'
  920.       end
  921.       object DefaultDir: TEdit
  922.         Left = 187
  923.         Top = 256
  924.         Width = 311
  925.         Height = 24
  926.         Color = clBtnFace
  927.         TabOrder = 2
  928.         Text = '%ProgramFiles%\%ProductName%'
  929.       end
  930.       object Button1: TButton
  931.         Left = 406
  932.         Top = 288
  933.         Width = 92
  934.         Height = 31
  935.         Caption = 'Browse'
  936.         TabOrder = 3
  937.       end
  938.     end
  939.     object SelectFolder: TTabSheet
  940.       Caption = 'Folder'
  941.       object Image7: TImage
  942.         Left = 10
  943.         Top = 5
  944.         Width = 148
  945.         Height = 320
  946.         AutoSize = True
  947.       end
  948.       object Memo9: TMemo
  949.         Left = 167
  950.         Top = 5
  951.         Width = 341
  952.         Height = 114
  953.         Lines.Strings = (
  954.           'Setup will add program icons to the Program folder '
  955.           'listed below. You may type a new folder name, or select '
  956.           'one from the existing Folders list. Click Next to continue.')
  957.         TabOrder = 0
  958.       end
  959.     end
  960.     object CopyingDialog: TTabSheet
  961.       Caption = 'Process'
  962.       object Image5: TImage
  963.         Left = 10
  964.         Top = 5
  965.         Width = 148
  966.         Height = 320
  967.         AutoSize = True
  968.       end
  969.       object Process1: TEdit
  970.         Left = 192
  971.         Top = 148
  972.         Width = 316
  973.         Height = 24
  974.         TabOrder = 1
  975.         Text = 'Copying files'
  976.       end
  977.       object Process2: TEdit
  978.         Left = 192
  979.         Top = 182
  980.         Width = 316
  981.         Height = 24
  982.         TabOrder = 2
  983.         Text = 'Creating program group'
  984.       end
  985.       object Process3: TEdit
  986.         Left = 192
  987.         Top = 217
  988.         Width = 316
  989.         Height = 24
  990.         TabOrder = 3
  991.         Text = 'Creating icons'
  992.       end
  993.       object Process4: TEdit
  994.         Left = 192
  995.         Top = 251
  996.         Width = 316
  997.         Height = 24
  998.         TabOrder = 4
  999.         Text = 'Updating system information'
  1000.       end
  1001.       object Memo3: TMemo
  1002.         Left = 167
  1003.         Top = 5
  1004.         Width = 341
  1005.         Height = 114
  1006.         Lines.Strings = (
  1007.           'Please wait while Setup copying files. If you click Cancel, '
  1008.           ' install will canceled immediatly.')
  1009.         TabOrder = 0
  1010.       end
  1011.     end
  1012.     object ExitDialog: TTabSheet
  1013.       Caption = 'Exit'
  1014.       object Image6: TImage
  1015.         Left = 10
  1016.         Top = 5
  1017.         Width = 148
  1018.         Height = 320
  1019.         AutoSize = True
  1020.       end
  1021.       object Memo8: TMemo
  1022.         Left = 167
  1023.         Top = 5
  1024.         Width = 341
  1025.         Height = 321
  1026.         Lines.Strings = (
  1027.           'Setup has finished copying files to your computer. '
  1028.           ''
  1029.           'Click '#39'Finish'#39' to exit.')
  1030.         TabOrder = 0
  1031.       end
  1032.       object Restart: TCheckBox
  1033.         Left = 167
  1034.         Top = 361
  1035.         Width = 120
  1036.         Height = 21
  1037.         Caption = 'Restart required'
  1038.         TabOrder = 2
  1039.       end
  1040.       object RestartText: TEdit
  1041.         Left = 169
  1042.         Top = 332
  1043.         Width = 339
  1044.         Height = 24
  1045.         TabOrder = 1
  1046.         Text = 'Restart now'
  1047.       end
  1048.     end
  1049.   end
  1050.   object ExitBtn: TButton
  1051.     Left = 433
  1052.     Top = 417
  1053.     Width = 93
  1054.     Height = 31
  1055.     Caption = 'Exit'
  1056.     ModalResult = 2
  1057.     TabOrder = 3
  1058.     OnClick = ExitBtnClick
  1059.   end
  1060.   object LoadBtn: TBitBtn
  1061.     Left = 0
  1062.     Top = 418
  1063.     Width = 149
  1064.     Height = 31
  1065.     Caption = 'Load setup.inf'
  1066.     TabOrder = 1
  1067.     OnClick = LoadBtnClick
  1068.   end
  1069.   object SaveBtn: TBitBtn
  1070.     Left = 158
  1071.     Top = 418
  1072.     Width = 134
  1073.     Height = 31
  1074.     Caption = 'Save setup.inf'
  1075.     TabOrder = 2
  1076.     OnClick = SaveBtnClick
  1077.   end
  1078.   object OpenDialog: TOpenDialog
  1079.     DefaultExt = 'inf'
  1080.     Filter = 'Setup inf|setup*.inf|All files|*.*'
  1081.     Options = []
  1082.     Title = 'Open .inf from'
  1083.     Left = 48
  1084.     Top = 304
  1085.   end
  1086.   object ColorDialog: TColorDialog
  1087.     Ctl3D = True
  1088.     Options = [cdFullOpen, cdAnyColor]
  1089.     Left = 80
  1090.     Top = 304
  1091.   end
  1092.   object OpenReg: TOpenDialog
  1093.     DefaultExt = '*.reg'
  1094.     Filter = '*.reg|*.reg'
  1095.     Options = [ofHideReadOnly, ofNoChangeDir, ofFileMustExist]
  1096.     Title = 'Registry file import'
  1097.     Left = 16
  1098.     Top = 304
  1099.   end
  1100.   object SaveDialog: TSaveDialog
  1101.     DefaultExt = 'inf'
  1102.     FileName = 'C:\DemoSea2Setup.eng\setup.inf'
  1103.     Filter = 'Setup inf file|Setup*.inf'
  1104.     Options = []
  1105.     Title = 'Save setup.inf to'
  1106.     Left = 112
  1107.     Top = 304
  1108.   end
  1109. end
  1110.